home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / postgres / postgre1.z / postgre1 / video / script-12 < prev    next >
Encoding:
Text File  |  1992-08-27  |  151 b   |  7 lines

  1. retrieve (emp.salary) where emp.name = "sam"
  2. \g
  3. replace emp (salary = 6000) where emp.name = "bill"
  4. \g
  5. retrieve (emp.salary) where emp.name = "sam"
  6. \g
  7.